home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
AlexNeXTSTEPSource
/
Source
/
Chapter8_Prefs
/
Money
/
SwitchView.h
< prev
next >
Wrap
Text File
|
1995-06-12
|
151b
|
13 lines
#import <appkit/View.h>
@interface SwitchView:View
{
id accessoryView;
}
- switchToView:newView;
- drawSelf:(NXRect *)rects :(int)rectCount;
@end